home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib8 / v_10_06 / 1006084b < prev    next >
Encoding:
Text File  |  1995-11-01  |  88 b   |  11 lines

  1. #include "proto.h"
  2. #include <stdio.h>
  3.  
  4. main()
  5. {
  6. char *s = "Hello world.";
  7.  
  8. hello(s);
  9.  
  10. }
  11.